DescribeIpv6GatewayAttribute
Description
call the DescribeIpv6GatewayAttribute interface to query the details of the specified IPV6 gateway.
Request Method
POST
Request Path
/apsara/route/Vpc/DescribeIpv6GatewayAttribute
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
Ipv6GatewayId | BODY | string | Yes | ipv6gw-123456vfbg**** | IPv6 gateway ID to query. |
RegionId | BODY | string | Yes | cn-huhehaote | the region ID of the IPv6 gateway. You can obtain the region ID by calling the DescribeRegions interface. |
version | BODY | string | No | 2016-01-01 | version of api |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
Status | string | Available | the state of the IPv6 gateway. |
Description | string | test | description information of IPv6 gateway. |
RequestId | string | ipv6gw-hp33p10bdbt77vfbg**** | request ID. |
VpcId | string | vpc-123456vfbg**** | VPC ID where the IPv6 gateway is located. |
ExpiredTime | string | 2018-12-05T09:21:35Z | the expiration time of the IPv6 gateway. |
CreationTime | string | 2018-12-05T09:21:35Z | the creation time of the IPv6 gateway. |
Ipv6GatewayId | string | ipv6gw-123456xxxxxxxx | instance ID of IPv6 gateway. |
RegionId | string | cn-huhehaote | the region ID where the IPv6 gateway is located. |
Spec | string | Medium | IPv6 gateway specifications. |
BusinessStatus | string | Normal | IPv6 gateway status, value: Normal: normal. FinacialLocked: overdue lock. SecurityLocked: security lock. |
Name | string | test | the name of the IPv6 gateway. |
Example
Successful Response example
{
"Status":"Available",
"Description":"test",
"RequestId":"ipv6gw-hp33p10bdbt77vfbg****",
"VpcId":"vpc-123456vfbg****",
"ExpiredTime":"2018-12-05T09:21:35Z",
"CreationTime":"2018-12-05T09:21:35Z",
"Ipv6GatewayId":"ipv6gw-123456xxxxxxxx",
"RegionId":"cn-huhehaote",
"Spec":"Medium",
"BusinessStatus":"Normal",
"Name":"test"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}